<html>
<!--
############################################################################
This is the serverinfo template for UT Watcher (version 164 and up)
If you have created an template that can\may be used by anyone you can send
it to me and I will include it in the future release of UT Watcher
The following tags wil be replaced:
tag					replaced by
----------------------------------------------------------------------------
<%server_name%>				Server Name
<%server_address%>			Server addres "ip:port"
<%server_admin%>			Admin name
<%server_admin_email%>			Admin email address
<%map_title%>				Title of the map
<%map_name%>				The name of the map, file name without the .unr
<%game_type%>				the gametype
<%current_players%>			the current players
<%maximum_players%>			the maximum number of players
<%game_mode%>				game mode
<%server_version%>			server version
<%minimal_client_version%>		Minimal client version
<%ngworldstats%>			ngWorldStats enabled
<%mutators%>				The current mutators
<%listen_server%>			if it's a listen server
<%time_limit%>				time limit, in minutes
<%goal_team_score%>			Team score limit
<%minimal_players%>			Minimal players
<%change_levels%>			Change levels
<%maximum_team%>			Maximum teams
<%balance_teams%>			Ballance teams
<%player_balance_teams%>		Player balance teams
<%friendly_fire%>			Friendly fire percentage
<%frag_limit%>				Frag limit
<%tournament%>				Tournament mode enabled
<%game_style%>				Game style
<%bot_skill%>

<%player_data%>				start of player data, this block will be repeated for every player
<%player__name%>			Name of a player
<%player__frags%>			Number of frags\points of the player
<%player__team%>			Team color
<%player__ping%>			Ping of the player
<%player__ngworldstats%>		ngWorldStats enabled for the player
<%player__mesh%>			Player mesh
<%player__skin%>			Player skin
<%player__face%>			Player face
<%/player_data%>			end of player data

<%team_data%>				start of team data, also repeated for evey team
<%team__name%>				Name of the team (Red, Blue, ...)
<%team__score%>				Team score
<%team__size%>				Team size
<%/team_data%>				end of team data

<%creation_time%>			time when this was created
<%creation_date%>			date when this was created
<%created_by%>				"Created by UT Watcher version ###"
############################################################################
-->
<body>
</body>
</html>